Welcome![Sign In][Sign Up]
Location:
Search - ftp client mfc

Search list

[Process-Thread完成版SuperKJData

Description: 基于mfc多线程框架的程序。可存储转发ftp程序,集客户端和服务器端-based on the framework of multi-threaded process. Ftp can be store - and-forward procedures, collect client and server
Platform: | Size: 984393 | Author: 刘仲强 | Hits:

[Internet-NetworkFTPfile

Description: 了解并进一步掌握TCP/IP协议中的文件传输协议FTP,掌握其工作原理,FTP协议是如何使本地或远程的客户和服务器之间进行文件传输的,同时掌握利用Visual C++这一语言进行网络编程,也掌握了MFC WinInet 编程,及其它的一些基本的类和使用方法,也基本掌握了FTP协议的基本功能。-Understanding and further master the TCP/IP protocol in the file transfer protocol FTP, to master the principle of its work, FTP protocol is how to make local or remote client and server file transfer between, and at the same time to master the use of Visual C++ the language network for Cheng, also mastered the MFC WinInet programming, and other basic methods of the class and use, but also the basic grasp of the basic functions of FTP protocol.
Platform: | Size: 234496 | Author: sunbing | Hits:

[Internet-NetworkMutiFTPClient

Description: 采用MFC编程实现的多线程FTP客户端程序。-MFC programming using the multi-threaded FTP client program.
Platform: | Size: 84992 | Author: 陶锋 | Hits:

[Internet-Networkftp11(1)

Description: 基于mfc的ftp 的简单的client端-ftp client
Platform: | Size: 12288 | Author: 孙亚京 | Hits:

[Ftp ClientFtp

Description: 采用MFC实现的Ftp服务器和客户端的应用程序-Achieved using MFC Ftp server and client applications
Platform: | Size: 3540992 | Author: goumuli | Hits:

[Ftp ClientMFC_FTP

Description: 使用MFC开发一个可下载上传的FTP客户端-Use MFC to develop a downloadable FTP client to upload
Platform: | Size: 5667840 | Author: Ben liu | Hits:

[Ftp ClientFTPClient

Description: MFC 编写的FTP客户端,能实现文件的上传,下载-A client of FTP ,you can send you file or loaddowm file from server.
Platform: | Size: 4750336 | Author: Hu Min | Hits:

[Ftp ClientmyFTP

Description: 基于MFC和FTP协议栈的FTP站和客户端,实现了基本的注册、下载、上传、日志显示、统计、安全、权限设置等功能-MFC-based and FTP protocol stack of the FTP site and client to achieve the basic registration, download, upload the log shows, statistics, security, permissions settings, and other functions
Platform: | Size: 14426112 | Author: 甘超 | Hits:

[CommunicationFtpClient_9618

Description: FTP客户端,用VC++语言开发,结合MFC,实现通信界面,有完整的功能,实现本地文件的删除,上传,实现服务器文件的下载,删除,与服务器建立通信-FTP client, with VC++ language development, combined with MFC, communication interface, complete functions, the local file to delete, upload, download the server files, delete, establish communication with the server
Platform: | Size: 9236480 | Author: 周成虎 | Hits:

[Windows DevelopvcPP-APP_CODE_15

Description: 独立打包,保证可解压,内含大量源码,网上搜集而来。一共10几包,每个包几十兆。 暴风压力测试2010(V7.0)源码.RAR 超级下载.zip 窗体透明、窗体上控件和DC绘图不透明.rar 大型多媒体视频会议服务器端和客户端源码VC.zip 带加密功能的SQLite3.3.6封装类 .rar 点对点多线程断点续传软件《传圣》源代码.rar 断点续下.zip 多个VC++加密解密算法库(CRYPT++).zip 多任务多线程断点续传DLL.rar 多线程查找文件(功能增强版).zip 多线程高速文件搜索程序源码.rar 多线程文件下载.rar 发一个界面库skin#全集合.zip 仿360杀毒软件界面源码.rar 仿QQ2011界面的源码.rar 仿QQ、MSN信息提示窗口.rar 仿QQ和飞秋的局域网聊天程序(文件+语音).zip 基于CDialogBar的IE多标签栏的实现.rar 基于IE内核的多进程浏览器Raptor.zip 极速FTP客户端程序(VC++版).rar 截屏mfc和dll程序.rar 精美挂机锁源码 .rar 枚举进程 系统监视.zip 媒体播放器.rar 闹钟软件V1.0 (带VC++源码).rar 能弹出复选框组合列表的combobox.rar -Independent package, extract, containing a large number of source, collected from the Internet. A total of 10 a few packs of each package of dozens of megabytes. The contents of the package: xml.zip Storm stress test 2010 (V7.0) source. RAR Super download. Zip Transparent form, form controls, and DC drawing opaque. Rar Large multimedia video conferencing server and client source code VC.zip With encryption function SQLite3.3.6 wrapper class. Rar Chuan-sheng of the point-to-point multi-threaded HTTP software source code. Rar Breakpoint under. Zip Multiple VC++ encryption and decryption algorithm library (CRYPT++). Zip Multi-tasking multi-threaded HTTP DLL.rar Multithreaded find files (Enhanced Edition). Zip Multi-threaded high-speed file search program source code. Rar Multi-threaded file download. Rar The hair an interface library skin# full set. Zip Imitation 360 anti-virus software interface source code. Rar The imitation QQ2011 interface source code. Rar Imitation
Platform: | Size: 49527808 | Author: 李东波 | Hits:

[Internet-NetworkminiFTP

Description: win SOCKET 编程实现 miniFTPclient/Server Zhe大计算机网络实验,具体要求如下: 使用 Win32Socket 函数实现,不能使用 MFC 的 Csocket 类库(MFC 的 Csocket 类库不 能在 LINUX、UNIX 等环境下使用,跨平台性差),不能用 C++ builder 开发(编程量太少, C++ builder 已完成了很多 SOCKET 代码的编写)。 1. mini FTPclient/ Server 要求:在客户端至少实现 GET file, PUT file, CD( change Directory), PWD( display current directory in server)功能。独立完成 mini FTP client 端及 Server 端程序。mini FTPclient/ Server 不一定要使用标准 FTP 协议,不一定 要与现有的标准 FTPserver 互通,也不一定要与现有的标准 FTPClient(例如 LEAP FTP)互通。mini FTPclient/ Server 可使用自定义的 FTP 协议、应用层 PDU 格式 及握手方式。 2. 补充:有能力的同学在完成任务后,可以进一步开发 client 端软件,尝试与现有的 标 准 FTP server 互 通 , 实 现 GET file, PUT file, CD( change Directory), PWD(displaycurrentdirectoryin server)等功能。有能力的同学在完成任务后,可以 进一步在自己机器上的 linux/ unix 平台下实现 mini FTPclient/ Server 或聊天程序。-miniFTPclient/server based on win SOCKET, coded on c++
Platform: | Size: 89088 | Author: Pepe | Hits:

[Internet-NetworkSimpleFTP

Description: VC6.0 MFC实现简单FTP客户端功能,旨在学习MFC控制的使用,FTP协议中文件传输的方式等-Methods VC6.0 MFC simple FTP client, designed for study use : MFC control, FTP file transfer protocol
Platform: | Size: 84992 | Author: youzheng | Hits:

[GUI DevelopVCPPFTP

Description: 通过MFC编程实现FTP客户机和服务器功能,通过用户名和密码登陆,实现文件互传和新建目录等功能。-FTP server and FTP client
Platform: | Size: 11017216 | Author: wuyuzhu | Hits:

[Dialog_WindowFTPClient

Description: MFC FTP CLIENT WHICH CAN UPLAOD AND DOWNLOAD FILE SMOOTHLY.
Platform: | Size: 3646464 | Author: Kevin Chen | Hits:

[Internet-NetworkFTPliangh

Description: windows下实现的ftp客户端、服务端程序,带界面,用mfc实现的,功能强大-windows achieved under ftp client, server program with the interface, using mfc achieve powerful
Platform: | Size: 5177344 | Author: 梁恒 | Hits:
« 1 2 3»

CodeBus www.codebus.net